You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVec Class > TMtxVec Methods > Expj Method > TMtxVec.Expj Method ([In] TMtxVec, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVec.Expj Method ([In] TMtxVec, int, int, int)

Calculate the complex exponential for Omega elements [OmegaIndex]..[OmegaIndex+Len-1].

Syntax
C#
Visual Basic
public TMtxVec Expj([In] TMtxVec Omega, int OmegaIndex, int Index, int Len);

Store the results in calling object elemets [Index]..[Index+Len-1]. Size and Complex properties of the calling vector must be set explicitly. An exception is raised if TMtxVecBase.ConditionCheckConditionCheck is True and array borders are overrun or underrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!